home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / tm420_4.zip / MCI.SCR < prev    next >
Text File  |  1995-06-14  |  257b  |  19 lines

  1. ;
  2. ; MCI.SCR is a log on script file for MCI Mail
  3. ;
  4.  
  5. string Name
  6. Name = "first last"          ; put your name here
  7.  
  8. Waitfor 0          ; wait until string matched
  9. set autostop,on
  10.  
  11. Put
  12.  
  13. Waitfor "name"
  14. Put Name
  15.  
  16. Waitfor "password:"
  17. Put "^&"
  18.  
  19.